vcCheckAssemblyStatement
Statement that checks whether runtime assembly instance matches a given assembly order, and stores the result in a process variable.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| AssemblyOrderVariableName | String | RW | Gets or sets the name of the process variable storing the AssemblyOrder object returned from vcGetAssemblyStatement. The variable reference is resolved when the statement executes. |
| AssemblyVariableName | String | RW | Gets or sets the name of the process variable holding a reference to the runtime assembly object. |
| VariableName | String | RW | Gets or sets the name of the process variable to use for storing the result. The variable reference is resolved when the statement executes. |